Join Data Tables
Joins given two data tables.
Input
- First Data Table: This is the area where the first Data Table to be joined is defined.
- Type:
System.Data.DataTable - Required
- Type:
- Second Data Table: This is the area where the second Data Table to be joined is defined.
- Type:
System.Data.DataTable - Required
- Type:
Output
- Output Table: This is the area where the result Data Table object created by joining tables is defined.
- Type:
System.Data.DataTable - Required
- Type: